const go.pact.im/x/plumb/internal/solve.maxTypeDepth

3 uses

	go.pact.im/x/plumb/internal/solve (current package)
		solve.go#L95: 	maxTypeDepth      = 40
		solve.go#L556: 		if gotypes.TypeDepth(vo) > maxTypeDepth {
		solve.go#L557: 			return false, diag.Errorf(p.Pos, diag.ErrNonTerminating, "set %q: produced type %s exceeds depth %d", s.name, gotypes.TypeName(vo), maxTypeDepth)